projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ff67b
)
(vc-git-annotate-command): Use separator to parse
author
Nick Roberts
<nickrob@snap.net.nz>
Sun, 6 Sep 2009 22:08:31 +0000
(22:08 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Sun, 6 Sep 2009 22:08:31 +0000
(22:08 +0000)
arguments correctly.
lisp/vc-git.el
patch
|
blob
|
history
diff --git
a/lisp/vc-git.el
b/lisp/vc-git.el
index 3be88e1f80a4b794ae670ea06c6a09ba5ce4817a..d4b65127c3cf4746b8cee356db6e9db6dbb346c9 100644
(file)
--- a/
lisp/vc-git.el
+++ b/
lisp/vc-git.el
@@
-566,7
+566,7
@@
or BRANCH^ (where \"^\" can be repeated)."
(defun vc-git-annotate-command (file buf &optional rev)
(let ((name (file-relative-name file)))
- (vc-git-command buf 'async name "blame" "--date=iso" rev)))
+ (vc-git-command buf 'async name "blame" "--date=iso" rev
"--"
)))
(declare-function vc-annotate-convert-time "vc-annotate" (time))